compilation order meaning in Chinese
编译次序
编译命令
编译指令
Examples
- I put forward the generic principles of programming cross - platform code , use conditional compilation order to assert cross - platform application , deal with the difference between windows and linux in program source code , complete cross - platform source code , compile source code using delphi7 , then the compiled application runs on windows . compile source code using kylix3 , then the compiled application runs on linux
提出了编写跨平台代码的一般原则,使用条件编译指令维护跨平台应用程序,在程序的源代码中针对windows和linux操作系统之间的差异进行了相应的处理,使得在源代码级完成了跨平台,然后只需要针对不同的操作系统分别编译就可以在相应的操作系统上运行。